-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Implement path-based FS Setup in server MountProviders #56538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
salmart-dev
wants to merge
22
commits into
feature/54562/pathSpecificFSSetup
Choose a base branch
from
feature/54562/implement-setup-by-cache-mount-providers
base: feature/54562/pathSpecificFSSetup
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Implement path-based FS Setup in server MountProviders #56538
salmart-dev
wants to merge
22
commits into
feature/54562/pathSpecificFSSetup
from
feature/54562/implement-setup-by-cache-mount-providers
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 tasks
5 tasks
ae0c613 to
cdc7233
Compare
2dbca80 to
78fd4e6
Compare
70b0ecc to
b94b74f
Compare
021a3a2 to
ed9fdb2
Compare
Signed-off-by: Salvatore Martire <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]>
…erShares Signed-off-by: Salvatore Martire <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]>
This commit adds a workaround to restore the functionality of apps that rely on descending the file-tree to check for access permissions, like files_accesscontrol. The navigation is done navigating the tree upwards, from the target node, to the root node. Signed-off-by: Salvatore Martire <[email protected]>
…p ci] Signed-off-by: Salvatore Martire <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]>
b94b74f to
7f26f7e
Compare
ed9fdb2 to
526dba0
Compare
replace array_reduce + array_merge with array_merge(...) replace conditional assignment with ??= Signed-off-by: Salvatore Martire <[email protected]>
IMountProviders implementing this interface will be able to take advantage of authoritative mounts. The function `getMountsFromMountPoints` will receive the path that the provider is asked to set-up and an array of IMountProviderArgs providing information regarding the stored mount points and the file cache data for the related root. The mount provider should verify the validity of the mounts and return IMountPoints related to them. Signed-off-by: Salvatore Martire <[email protected]>
Signed-off-by: Salvatore Martire <[email protected]>
7f26f7e to
6e43ef9
Compare
Signed-off-by: Salvatore Martire <[email protected]>
c0c82fd to
2477163
Compare
…oviders [skip ci] Signed-off-by: Salvatore Martire <[email protected]>
526dba0 to
2bcf3a0
Compare
2477163 to
24aff0e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This branch contains changes related to implementing the path-based FS setup for MountProviders in apps shipped within the server.
The branch is part of this set of branches:
Mount Providers (internal & external apps)
TODO
Checklist
3. to review, feature component)stable32)